This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lorraine Desgerothernivu 21.Jan.04 09:40 AM a Web browser Applications Development6.5Windows 2000
I am calling an agent from a web page and in the query string is a list of documents I would like to open.
Then in the agent I use the print statement with the bracet to send back the documents.
print "[" + documentRef + "]"
This way does not work for more than one document. Does anybody know of way how I can open more than one document into one web page?